home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
comm
/
misc
/
avmNfax1_33.lha
/
AVMSuite
/
rexx
/
alertring.avm
< prev
next >
Wrap
Text File
|
1994-06-24
|
453b
|
25 lines
/* */
/* cidName, cidNumber, rings, and distinctiveRing are the valid variables here! */
/*
say rings
say distinctiveRing
say cidName
say cidNumber
*/
if show('p', 'AVMCIDLOGGER') & rings = 1 then do
address 'AVMCIDLOGGER' 'reset'
address 'AVMCIDLOGGER' 'add' 'Call at' time()
end
/*
hours = time('h')
if hours > 8 & hours <= 23 then
address command 'avm:dsound -2 avm:ring.iff'
*/
/*
address command 'avm:agmsplaysound avm:ring.iff'
*/